PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFCanvas Class / drawDonut Method / drawDonut(PDFPen,PDFBrush,double,double,double,double,double,double,double) Method
In This Topic
    drawDonut(PDFPen,PDFBrush,double,double,double,double,double,double,double) Method
    In This Topic
    This method supports the internal library infrastructure and should not be used by external client code.
    Syntax
    public void drawDonut( 
       PDFPen pen,
       PDFBrush brush,
       double x,
       double y,
       double width,
       double height,
       double startAngle,
       double sweepAngle,
       double donutHeight
    )

    Parameters

    pen
    brush
    x
    y
    width
    height
    startAngle
    sweepAngle
    donutHeight
    See Also